home *** CD-ROM | disk | FTP | other *** search
/ SGI SNMP Access to HP-UX MIB 1.1.2 / SGI SNMP Access to HP-UX MIB 1.1.2.iso / dist6.5 / snmpd.idb / etc / snmpd.trap.conf.z / snmpd.trap.conf
Text File  |  1998-04-29  |  2KB  |  57 lines

  1. # /etc/snmpd.trap.conf
  2. ########################################################################
  3. # This file tells the snmpd daemon:
  4. #    * which traps to send and to what destinations
  5. #    * which community string to use and
  6. #     * whether to send an authenticationFailure trap when an invalid 
  7. #      community is received by the snmpd daemon.
  8. #
  9. # The trap can be either a number or a string from RFC 1157 naming the
  10. # trap. The destination list is a white space and/or comma-separated set
  11. # of IP addresses and/or host names. For example:
  12. #
  13. #    trap            destination list
  14. #       ---            ----------------
  15. #    1               192.26.75.178, bubba
  16. #    authenticationFailure   192.26.75.109
  17. #    coldStart        192.26.75.109
  18. #    linkDown        192.26.75.109
  19. #    linkUp            192.26.75.109
  20. #    authenticationFailure    192.26.75.109
  21. #    egpNeighborLoss        192.26.75.109
  22. #    enterpriseSpecific    192.26.75.109
  23. #
  24. # The community string entry has the form:
  25. #
  26. #    community        <community string>
  27. #
  28. # The enableAuthenTraps string entry has the form:
  29. #
  30. #    enableAuthenTraps    <action>
  31. #
  32. # where <action> can either be yes or no.
  33. #
  34. ########################################################################
  35.  
  36.  
  37. #    community        <community string>
  38. #    ---------        ------------------
  39.     community        traps
  40.  
  41. #    trap            destination list
  42. #       ----            ----------------
  43.     coldStart        localhost
  44.     warmStart        localhost
  45.     linkDown        localhost
  46.     linkUp            localhost
  47.     authenticationFailure    localhost
  48.     egpNeighborLoss        localhost
  49.     enterpriseSpecific    localhost
  50.  
  51. #    enableAuthenTraps    flag_value
  52. #    -----------------    ---------
  53. #    enableAuthenTraps       no
  54.     enableAuthenTraps       yes
  55.  
  56.